home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / vim_src.zip / LINEFUNC.PRO < prev    next >
Text File  |  1993-01-12  |  306b  |  10 lines

  1. /* linefunc.c */
  2. void coladvance __PARMS((unsigned int wcol));
  3. int inc __PARMS((struct fpos *lp));
  4. int incCurpos __PARMS((void));
  5. int incl __PARMS((struct fpos *lp));
  6. int dec __PARMS((struct fpos *lp));
  7. int decCurpos __PARMS((void));
  8. int decl __PARMS((struct fpos *lp));
  9. void adjustCurpos __PARMS((void));
  10.